[INFO] cloning repository https://github.com/levementesalgado/mycelium
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/levementesalgado/mycelium" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flevementesalgado%2Fmycelium", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flevementesalgado%2Fmycelium'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b88949f07508122753197196c61fbd34fe03523
[INFO] checking levementesalgado/mycelium against try#f4690f24e7d9bcb0b168a02b06dd61391e8bd55a for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flevementesalgado%2Fmycelium" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/levementesalgado/mycelium
[INFO] finished tweaking git repo https://github.com/levementesalgado/mycelium
[INFO] tweaked toml for git repo https://github.com/levementesalgado/mycelium written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/levementesalgado/mycelium on toolchain f4690f24e7d9bcb0b168a02b06dd61391e8bd55a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/levementesalgado/mycelium already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a29854187baf0219f137e1dcc2fe1ab44a2cf10b7319c4694f18f7db98437af9
[INFO] running `Command { std: "docker" "start" "a29854187baf0219f137e1dcc2fe1ab44a2cf10b7319c4694f18f7db98437af9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a29854187baf0219f137e1dcc2fe1ab44a2cf10b7319c4694f18f7db98437af9" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a29854187baf0219f137e1dcc2fe1ab44a2cf10b7319c4694f18f7db98437af9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a29854187baf0219f137e1dcc2fe1ab44a2cf10b7319c4694f18f7db98437af9" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking reborrow v0.5.5
[INFO] [stderr]    Compiling wayland-client v0.31.14
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]    Compiling pulp v0.21.5
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling dyn-stack-macros v0.1.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking raw-cpuid v10.7.0
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking polycool v0.4.0
[INFO] [stderr]    Compiling naga v29.0.3
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking bit-set v0.9.1
[INFO] [stderr]     Checking codespan-reporting v0.13.1
[INFO] [stderr]     Checking kurbo v0.13.1
[INFO] [stderr]     Checking accesskit v0.24.0
[INFO] [stderr]     Checking spirv v0.4.0+sdk-1.4.341.0
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking linebender_resource_handle v0.1.1
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling wgpu-hal v29.0.3
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking presser v0.3.1
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]     Checking glow v0.17.0
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking accesskit_consumer v0.36.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.50
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking dyn-stack v0.13.2
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking pulp v0.18.22
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking dyn-stack v0.10.0
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling zvariant_utils v3.4.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling zvariant_derive v5.12.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zvariant v5.12.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]     Checking color v0.3.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking wgpu-types v29.0.3
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking font-types v0.11.3
[INFO] [stderr]     Checking peniko v0.6.1
[INFO] [stderr]     Checking gemm-common v0.18.2
[INFO] [stderr]     Checking gemm-common v0.17.1
[INFO] [stderr]     Checking fearless_simd v0.3.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking zbus_names v4.3.2
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking zbus_xml v5.1.1
[INFO] [stderr]     Checking zbus-lockstep v0.5.2
[INFO] [stderr]     Checking read-fonts v0.37.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]    Compiling zbus_macros v5.16.0
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking gpu-allocator v0.28.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.2
[INFO] [stderr]     Checking emath v0.34.3
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking ecolor v0.34.3
[INFO] [stderr]     Checking gemm-f32 v0.18.2
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking vello_common v0.0.6
[INFO] [stderr]    Compiling wgpu-core v29.0.3
[INFO] [stderr]     Checking epaint_default_fonts v0.34.3
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking gemm-f16 v0.18.2
[INFO] [stderr]     Checking zbus v5.16.0
[INFO] [stderr]     Checking vello_cpu v0.0.6
[INFO] [stderr]     Checking gemm-f32 v0.17.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking skrifa v0.40.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking gemm-c64 v0.18.2
[INFO] [stderr]     Checking gemm-c32 v0.18.2
[INFO] [stderr]     Checking wgpu-naga-bridge v29.0.3
[INFO] [stderr]     Checking gemm-f64 v0.18.2
[INFO] [stderr]     Checking epaint v0.34.3
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling wgpu v29.0.3
[INFO] [stderr]    Compiling zip v1.1.4
[INFO] [stderr]     Checking atspi-common v0.13.0
[INFO] [stderr]     Checking egui v0.34.3
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking gemm v0.18.2
[INFO] [stderr]     Checking smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking gemm-f16 v0.17.1
[INFO] [stderr]     Checking gemm-c32 v0.17.1
[INFO] [stderr]     Checking gemm-f64 v0.17.1
[INFO] [stderr]     Checking gemm-c64 v0.17.1
[INFO] [stderr]     Checking safetensors v0.4.5
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v29.0.3
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking ug v0.1.0
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking type-map v0.5.1
[INFO] [stderr]     Checking gemm v0.17.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking candle-core v0.8.4
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking atspi-proxies v0.13.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.18.1
[INFO] [stderr]     Checking candle-nn v0.8.4
[INFO] [stderr]     Checking atspi v0.29.0
[INFO] [stderr]     Checking accesskit_unix v0.21.1
[INFO] [stderr]     Checking egui-wgpu v0.34.3
[INFO] [stderr]     Checking accesskit_winit v0.32.2
[INFO] [stderr]     Checking egui-winit v0.34.3
[INFO] [stderr]     Checking eframe v0.34.3
[INFO] [stderr]     Checking mycelium-net v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/pipeline.rs:54:77
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 ui.painter().rect_stroke(stage_rect, 4.0, egui::Stroke::new(1.0, stroke_c), egui::StrokeKind::Outside);
[INFO] [stdout]    |                                                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/pipeline.rs:75:43
[INFO] [stdout]    |
[INFO] [stdout] 75 |                         egui::Stroke::new(2.0, egui::Color32::from_gray(60)),
[INFO] [stdout]    |                                           ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::CentralPanel::show`: Use show_inside() instead
[INFO] [stdout]    --> src/gui/mod.rs:198:33
[INFO] [stdout]     |
[INFO] [stdout] 198 |         CentralPanel::default().show(&ctx, |ui| {
[INFO] [stdout]     |                                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::ScrollArea::id_source`: Renamed id_salt
[INFO] [stdout]    --> src/gui/mod.rs:265:44
[INFO] [stdout]     |
[INFO] [stdout] 265 |                     ScrollArea::vertical().id_source("col_left").show(ui, |ui| {
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::ScrollArea::id_source`: Renamed id_salt
[INFO] [stdout]    --> src/gui/mod.rs:275:44
[INFO] [stdout]     |
[INFO] [stdout] 275 |                     ScrollArea::vertical().id_source("col_right").show(ui, |ui| {
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/mod.rs:371:71
[INFO] [stdout]     |
[INFO] [stdout] 371 |             ui.painter().add(egui::Shape::line(pts, egui::Stroke::new(1.5, Color32::from_rgb(0, 200, 80))));
[INFO] [stdout]     |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `eframe::egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/mod.rs:467:24
[INFO] [stdout]     |
[INFO] [stdout] 467 |                 Frame::none().fill(bg).show(ui, |ui| {
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `eframe::egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/mod.rs:480:24
[INFO] [stdout]     |
[INFO] [stdout] 480 |                 Frame::none().fill(Color32::from_gray(20)).show(ui, |ui| {
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_tend`
[INFO] [stdout]    --> src/classify.rs:222:21
[INFO] [stdout]     |
[INFO] [stdout] 222 |                 let chunk_tend = times[end - 1];
[INFO] [stdout]     |                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_tend`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/pipeline.rs:54:77
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 ui.painter().rect_stroke(stage_rect, 4.0, egui::Stroke::new(1.0, stroke_c), egui::StrokeKind::Outside);
[INFO] [stdout]    |                                                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/pipeline.rs:75:43
[INFO] [stdout]    |
[INFO] [stdout] 75 |                         egui::Stroke::new(2.0, egui::Color32::from_gray(60)),
[INFO] [stdout]    |                                           ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `TreeNode` is more private than the item `RandomForest::trees`
[INFO] [stdout]    --> src/learn.rs:231:5
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub trees: Vec<TreeNode>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ field `RandomForest::trees` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `TreeNode` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/learn.rs:221:1
[INFO] [stdout]     |
[INFO] [stdout] 221 | struct TreeNode {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ensemble_average` is never used
[INFO] [stdout]    --> src/signal/mod.rs:232:8
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub fn ensemble_average(epochs: &[Vec<f32>]) -> Vec<f32> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `n_classes` is never read
[INFO] [stdout]  --> src/cnn/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RcCnnReadout {
[INFO] [stdout]   |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     pub n_classes: usize,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RcReadoutRidge` is never constructed
[INFO] [stdout]   --> src/ml/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct RcReadoutRidge {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `fit`, `predict`, and `predict_class` are never used
[INFO] [stdout]   --> src/ml/mod.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl RcReadoutRidge {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 23 |     pub fn new(input_size: usize, output_size: usize, lambda: f64) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn fit(&mut self, x: &[Vec<f64>], y: &[Vec<f64>]) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn predict(&self, x: &[Vec<f64>]) -> Vec<Vec<f64>> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn predict_class(&self, x: &[f64]) -> (usize, f64) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GradientBoosting` is never constructed
[INFO] [stdout]    --> src/ml/mod.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct GradientBoosting {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Stump` is never constructed
[INFO] [stdout]    --> src/ml/mod.rs:126:8
[INFO] [stdout]     |
[INFO] [stdout] 126 | struct Stump {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `fit`, `find_best_stump`, `predict`, and `predict_single` are never used
[INFO] [stdout]    --> src/ml/mod.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 133 | impl GradientBoosting {
[INFO] [stdout]     | --------------------- associated items in this implementation
[INFO] [stdout] 134 |     pub fn new(n_estimators: usize, learning_rate: f64) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub fn fit(&mut self, x: &[Vec<f64>], y: &[f64]) {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     fn find_best_stump(&self, x: &[Vec<f64>], residuals: &[f64]) -> Stump {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     pub fn predict(&self, x: &[Vec<f64>]) -> Vec<f64> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub fn predict_single(&self, x: &[f64]) -> f64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `gaussian_elimination` is never used
[INFO] [stdout]    --> src/ml/mod.rs:222:4
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn gaussian_elimination(a: &[Vec<f64>], b: &[Vec<f64>], n: usize, m: usize) -> Vec<Vec<f64>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `mycelium_density`, `hyphal_width`, `branching_frequency`, and `color_variance` are never read
[INFO] [stdout]   --> src/interpret/mod.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct ImageFeatures {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 37 |     pub mycelium_density: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 38 |     pub hyphal_width: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 39 |     pub branching_frequency: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub color_variance: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ImageFeatures` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `class_label` and `confidence` are never read
[INFO] [stdout]   --> src/interpret/mod.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct Report {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 56 |     pub class_label: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 57 |     pub confidence: f64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Report` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_synthetic_features` is never used
[INFO] [stdout]   --> src/interpret/mod.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn extract_synthetic_features() -> (SignalFeatures, ImageFeatures) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReportHistory` is never constructed
[INFO] [stdout]    --> src/interpret/mod.rs:127:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub struct ReportHistory {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReportEntry` is never constructed
[INFO] [stdout]    --> src/interpret/mod.rs:133:12
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub struct ReportEntry {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `push` is never used
[INFO] [stdout]    --> src/interpret/mod.rs:145:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | impl ReportHistory {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 145 |     pub fn push(&mut self, ts: String, class: String, conf: f64, summary: String) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `start_idx`, `end_idx`, and `image_path` are never read
[INFO] [stdout]   --> src/classify.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct RawSegment {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 22 |     pub start_idx: usize,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 23 |     pub end_idx: usize,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub image_path: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawSegment` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClassificationResults` is never constructed
[INFO] [stdout]   --> src/classify.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct ClassificationResults {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `classify_segments` is never used
[INFO] [stdout]    --> src/classify.rs:345:8
[INFO] [stdout]     |
[INFO] [stdout] 345 | pub fn classify_segments(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_metrics` is never used
[INFO] [stdout]    --> src/classify.rs:365:8
[INFO] [stdout]     |
[INFO] [stdout] 365 | pub fn compute_metrics(segments: &[ClassifiedSegment]) -> ClassificationResults {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `spectral_radius` and `ridge_lambda` are never read
[INFO] [stdout]   --> src/pipeline.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Pipeline {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub spectral_radius: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     pub ridge_lambda: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::CentralPanel::show`: Use show_inside() instead
[INFO] [stdout]    --> src/gui/mod.rs:198:33
[INFO] [stdout]     |
[INFO] [stdout] 198 |         CentralPanel::default().show(&ctx, |ui| {
[INFO] [stdout]     |                                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::ScrollArea::id_source`: Renamed id_salt
[INFO] [stdout]    --> src/gui/mod.rs:265:44
[INFO] [stdout]     |
[INFO] [stdout] 265 |                     ScrollArea::vertical().id_source("col_left").show(ui, |ui| {
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::ScrollArea::id_source`: Renamed id_salt
[INFO] [stdout]    --> src/gui/mod.rs:275:44
[INFO] [stdout]     |
[INFO] [stdout] 275 |                     ScrollArea::vertical().id_source("col_right").show(ui, |ui| {
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/mod.rs:371:71
[INFO] [stdout]     |
[INFO] [stdout] 371 |             ui.painter().add(egui::Shape::line(pts, egui::Stroke::new(1.5, Color32::from_rgb(0, 200, 80))));
[INFO] [stdout]     |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `eframe::egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/mod.rs:467:24
[INFO] [stdout]     |
[INFO] [stdout] 467 |                 Frame::none().fill(bg).show(ui, |ui| {
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `eframe::egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/mod.rs:480:24
[INFO] [stdout]     |
[INFO] [stdout] 480 |                 Frame::none().fill(Color32::from_gray(20)).show(ui, |ui| {
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_tend`
[INFO] [stdout]    --> src/classify.rs:222:21
[INFO] [stdout]     |
[INFO] [stdout] 222 |                 let chunk_tend = times[end - 1];
[INFO] [stdout]     |                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_tend`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `TreeNode` is more private than the item `RandomForest::trees`
[INFO] [stdout]    --> src/learn.rs:231:5
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub trees: Vec<TreeNode>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ field `RandomForest::trees` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `TreeNode` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/learn.rs:221:1
[INFO] [stdout]     |
[INFO] [stdout] 221 | struct TreeNode {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ensemble_average` is never used
[INFO] [stdout]    --> src/signal/mod.rs:232:8
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub fn ensemble_average(epochs: &[Vec<f32>]) -> Vec<f32> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `n_classes` is never read
[INFO] [stdout]  --> src/cnn/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RcCnnReadout {
[INFO] [stdout]   |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     pub n_classes: usize,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RcReadoutRidge` is never constructed
[INFO] [stdout]   --> src/ml/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct RcReadoutRidge {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `fit`, `predict`, and `predict_class` are never used
[INFO] [stdout]   --> src/ml/mod.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl RcReadoutRidge {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 23 |     pub fn new(input_size: usize, output_size: usize, lambda: f64) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn fit(&mut self, x: &[Vec<f64>], y: &[Vec<f64>]) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn predict(&self, x: &[Vec<f64>]) -> Vec<Vec<f64>> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn predict_class(&self, x: &[f64]) -> (usize, f64) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GradientBoosting` is never constructed
[INFO] [stdout]    --> src/ml/mod.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct GradientBoosting {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Stump` is never constructed
[INFO] [stdout]    --> src/ml/mod.rs:126:8
[INFO] [stdout]     |
[INFO] [stdout] 126 | struct Stump {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `fit`, `find_best_stump`, `predict`, and `predict_single` are never used
[INFO] [stdout]    --> src/ml/mod.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 133 | impl GradientBoosting {
[INFO] [stdout]     | --------------------- associated items in this implementation
[INFO] [stdout] 134 |     pub fn new(n_estimators: usize, learning_rate: f64) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub fn fit(&mut self, x: &[Vec<f64>], y: &[f64]) {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     fn find_best_stump(&self, x: &[Vec<f64>], residuals: &[f64]) -> Stump {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     pub fn predict(&self, x: &[Vec<f64>]) -> Vec<f64> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub fn predict_single(&self, x: &[f64]) -> f64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `gaussian_elimination` is never used
[INFO] [stdout]    --> src/ml/mod.rs:222:4
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn gaussian_elimination(a: &[Vec<f64>], b: &[Vec<f64>], n: usize, m: usize) -> Vec<Vec<f64>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `mycelium_density`, `hyphal_width`, `branching_frequency`, and `color_variance` are never read
[INFO] [stdout]   --> src/interpret/mod.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct ImageFeatures {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 37 |     pub mycelium_density: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 38 |     pub hyphal_width: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 39 |     pub branching_frequency: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub color_variance: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ImageFeatures` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `class_label` and `confidence` are never read
[INFO] [stdout]   --> src/interpret/mod.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct Report {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 56 |     pub class_label: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 57 |     pub confidence: f64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Report` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_synthetic_features` is never used
[INFO] [stdout]   --> src/interpret/mod.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn extract_synthetic_features() -> (SignalFeatures, ImageFeatures) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReportHistory` is never constructed
[INFO] [stdout]    --> src/interpret/mod.rs:127:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub struct ReportHistory {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReportEntry` is never constructed
[INFO] [stdout]    --> src/interpret/mod.rs:133:12
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub struct ReportEntry {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `push` is never used
[INFO] [stdout]    --> src/interpret/mod.rs:145:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | impl ReportHistory {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 145 |     pub fn push(&mut self, ts: String, class: String, conf: f64, summary: String) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `start_idx`, `end_idx`, and `image_path` are never read
[INFO] [stdout]   --> src/classify.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct RawSegment {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 22 |     pub start_idx: usize,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 23 |     pub end_idx: usize,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub image_path: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawSegment` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClassificationResults` is never constructed
[INFO] [stdout]   --> src/classify.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct ClassificationResults {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `classify_segments` is never used
[INFO] [stdout]    --> src/classify.rs:345:8
[INFO] [stdout]     |
[INFO] [stdout] 345 | pub fn classify_segments(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_metrics` is never used
[INFO] [stdout]    --> src/classify.rs:365:8
[INFO] [stdout]     |
[INFO] [stdout] 365 | pub fn compute_metrics(segments: &[ClassifiedSegment]) -> ClassificationResults {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `spectral_radius` and `ridge_lambda` are never read
[INFO] [stdout]   --> src/pipeline.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Pipeline {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub spectral_radius: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     pub ridge_lambda: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s
[INFO] running `Command { std: "docker" "inspect" "a29854187baf0219f137e1dcc2fe1ab44a2cf10b7319c4694f18f7db98437af9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a29854187baf0219f137e1dcc2fe1ab44a2cf10b7319c4694f18f7db98437af9", kill_on_drop: false }`
[INFO] [stdout] a29854187baf0219f137e1dcc2fe1ab44a2cf10b7319c4694f18f7db98437af9
